home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / gfx / daggex / daggex.article < prev    next >
Encoding:
Text File  |  1994-06-09  |  3.5 KB  |  94 lines

  1. SUBMISSION:    DaggeX 1.0b
  2. TOPIC:        X11R5 Server for Amiga 
  3. KEYWORD:    Network, X11, RTG
  4. AUTHOR:        Kari 'Dagge' Mettinen, Leonard 'Vinsci' NorrgĂ„rd
  5. VERSION:    1.0b  (Beta)
  6. STATUS:        Freeware
  7. SIZE:        12MB
  8. REQUIREMENTS:    OS 2.04 or above, 4MB RAM, possible network adaptors
  9. SPECIAL:    Works with Picasso II gfx board
  10. MAINTAINER:    Markus Illenseer, markus@techfak.uni-bielefeld.de
  11. ARTICLE:
  12.  
  13. [Please do also read docs/DaggeX.review]
  14.  
  15. General Installation:
  16.  
  17.  There is no need for Installation! 
  18.  
  19.  If you have found this version of DaggeX on the 'Meeting Pearls'-CD-ROM
  20. archive, then it is possible to start DaggeX 'out of the box' with no
  21. further needs (at least that's what i hope) of installation.
  22.  
  23.  The supplied 'startx' script is available as script for normal
  24. ECS/AGA use (WB/KS 2.1 or above required for Screenmode-Requester)
  25. or for Picasso-II graphics board ('startx.picasso').
  26.  
  27.  If you intend to use DaggeX on a daily issue, then it might be better
  28. to copy the entire directory to your harddisk and copy the first block
  29. of the startx-script to your S:User-Startup script.
  30.  
  31. WB 2.04 USERS:
  32.  
  33.  It is possible to run DaggeX on WB/KS 2.04 without the required asl.library
  34. for the Screenmode requester.
  35.  
  36.  You _must_ change the StartX-script though, to start DaggeX with some
  37. new options:
  38.  
  39.  DaggeX -native 19024 -height someHeight -width someWidth
  40.  
  41.  Whereas '19024' is a ScreenMode-ID which can be locked up in the Screenmode-
  42. ID table in 'Sys:WBStartup/modenames.info' (use 'Information' to look them 
  43. up).
  44.  
  45. Fonts:
  46.  
  47.  The supplied X11 fonts are only an extract of the freely available fonts
  48. for X11. X11 can - as the Amiga does - calculate required fontsizes from
  49. a basic size. Unfortunatly not all clients do request such fonts and 
  50. sometimes they then only fallback to ugly fonts. You can copy or assign
  51. X11 font archives and use them together with DaggeX. Don't forget to copy 
  52. the 'fonts.dir' and 'fonts.alias' files!
  53.  
  54. Network:
  55.  
  56.  Troughout this DaggeX distribution we don't need any network support.
  57.  
  58.  All clients supplied do run on the local machine with no further network
  59. connections.
  60.  
  61.  To tell the clients to use the local machine, the environment variable
  62. 'DISPLAY' has to be set to 'local:0.0': 'Set DISPLAY local:0.0'
  63. Due to some Unix-features it is required to use uppercase name DISPLAY!
  64.  
  65.  If you intend to use DaggeX in a network, you need a TCP/IP based network
  66. stack protocoll such as AmiTCP or AS225R2 (developers only) and a working
  67. SANA-II device for your network hardware, such as 2065.device for the
  68. A2065 ethernet card or SLIP.device for a serial line connection.
  69.  
  70.  It is not intended to describe the detailed process about how to connect
  71. to a remote machine. Please do refer to the original DaggeX-documentation
  72. to see how to authorize remote clients to connect to your DaggeX.
  73.  
  74.  One hint: In case of desperate tries, try to use the DaggeX option -ac,
  75. to allow all machines in the connected network (thus - if you are connected
  76. to the internet - allow global distorted machines to connect to you) access
  77. to your DaggeX.
  78.  
  79.  Warning: A wrongly installed authorisation will allow to sneak the contents
  80. of your screen or to remotely display the output of programms on your screen,
  81. but also to hack the mouse- and keyboard-events on your machine!
  82.  
  83. Programmer:
  84.  
  85.  If you have the elan and the motivation, you can try to port X11 
  86. applications to the Amiga. All you need is the GCC (Gnu C-Compiler for Amiga),
  87. the ixemul.library and the X11 libraries. In the drawer 'Programmer' you
  88. will find the most recent static X11 Link-libraries.
  89.  
  90.  
  91. Markus Illenseer
  92. markus@techfak.uni-bielefeld.de
  93. 6/1/1994
  94.